Skip to content

Instantly share code, notes, and snippets.

@GerHobbelt
GerHobbelt / emoji-list.md
Last active September 19, 2026 07:45 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

A list of GitHub emoji markup, adapted from rxavier's Complete list of github markdown emoji markup, generated with a Grunt script for maintainability (see repository).

Additional original source material: http://unicode.org/emoji/charts/full-emoji-list.html

This table is available as a gist at https://gist.github.com/GerHobbelt/b9b87a2257ddd5251a45628d61385717 and as part of the build repo at https://github.com/GerHobbelt/emoji-list/blob/master/dist/emoji-list.md

Table of Contents

@superjojo140
superjojo140 / apache_and_php.md
Last active September 19, 2026 07:39
Apache, PHP, MariaDB and PhpMyAdmin on Archlinux

Guide to install a LAMP system on on your archlinux system and serve php-based database applications.
LAMP stands for a Linux system with Apache (webserver), MariaDB (database) and PHP (programming language). In this guide we will also install PhpMyAdmin (database admin GUI) to easily manage the SQL tables.

Apache

apache logo

The Apache HTTP Server is an open-source and free product of the Apache Software Foundation and one of the most widely used web servers on the Internet. In addition to factors such as performance, expandability, security, freedom from license costs and support from a very large community, its long-term availability for a wide variety of operating systems is one of the reasons for its widespread use; it is most frequently used as a LAMP system.

Install packages

@bradtraversy
bradtraversy / terminal-commands.md
Last active September 19, 2026 07:35
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen
@gornostal
gornostal / README.md
Last active September 19, 2026 07:35
Ulauncher Color Themes

This will be a temporary site for sharing Ulauncher color themes

When posting a theme make sure it has

  • title (theme name or whatever)
  • link to a gist or github repo with theme files
  • screenshot attached (just drag an image onto a comment area)

@chaudharyachint08
chaudharyachint08 / gate_da_material.md
Last active September 19, 2026 07:33
GATE(DA) Preparation Material

Probability and Statistics (with Counting/Combinatorics)

  • Mathematics (Class 11 & 12) - NCERT Relevant Chapters
    • Class 11 - Ch 1. Sets
    • Class 11 - Ch 2. Relations and Functions
    • Class 12 - Ch 1. Relations and Functions
    • Class 11 - Ch 6. Permutations and Combinations
@FarelRA
FarelRA / hidupkan-kembali-emmc-bootloader-mati.md
Created June 13, 2026 07:03
Menghidupkan Kembali TV Box HG680P & B860H (eMMC Mati / Bootloader Rusak) dengan Armbian

Menghidupkan Kembali TV Box HG680P & B860H (eMMC Mati / Bootloader Rusak) dengan Armbian

Panduan ini menjelaskan cara melakukan flash dan konfigurasi sistem operasi server Linux berkinerja tinggi (Armbian) pada TV box lawas di Indonesia. Metode khusus ini menggunakan teknik injeksi bootloader yang memaksa perangkat untuk booting melalui kartu SD, meskipun penyimpanan internal (eMMC) sudah mati, Bootloader bawaan rusak (corrupt), atau OS Android mengalami brick.


🛠 Persiapan & Unduhan

Perangkat Keras (Hardware)

  • TV Box: HG680P atau B860H (Amlogic S905X).

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@pjburnhill
pjburnhill / TypeSafe Jev — Project Knowledge Resource.md
Created September 16, 2026 23:14
Comprehensive project reference for TypeSafe Jev: concepts, architecture, primitives, strengths, limitations, use cases, patterns, and practical guidance.

TypeSafe Jev — Project Knowledge Resource

Status: Working project reference
Knowledge date: 16 September 2026
Scope: TypeSafe AI, System One Models, and specifically the Jev model


1. Purpose of this resource

@fanlushuai
fanlushuai / fuckAD.js
Last active September 19, 2026 07:21
红果短剧自动跳过广告,流畅看剧
function getRotation() {
//1竖屏 2横屏
importPackage(android.content);
return context.getResources().getConfiguration().orientation;
}
function getScreenHW() {
// console.log(getRotation());
// 正常的手机,高度,是大于宽度的。但是,device.width,device.height,函数,有时候是会获取错误的。
// 强行扭正。
@ruvnet
ruvnet / Contrastive-ai.md
Last active September 19, 2026 07:17
# The Contrastive AI Manifesto

The Contrastive AI Manifesto

A Foundation for Coherent Intelligence


I. The Premise

The future of AI is not scale.